home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / text / misc / ascii2jascii.lha / Ascii2J / ascii2j.doc < prev    next >
Encoding:
Text File  |  2000-10-20  |  2.2 KB  |  71 lines

  1.  
  2.                           INTRODUCTION.
  3.  
  4.  The aim of this program is to convert an ASCII file to its
  5.  JASCII equivalent in the various japanese encoding standards.
  6.  
  7.  
  8.                             USAGE
  9.  
  10.  Ascii2J infile outfile [JIS/NJIS/NEC/EUC/SJIS].
  11.  
  12.  where infile is the input file to be converted to JAscii,
  13.  the format will be the chosen output, you can choose among
  14.  (Old)Jis, NewJis, NEC, EUC, Shift-JIS.
  15.  
  16.  E.G.: Ascii2J kinokuniya.txt kinokuniya.njis NJIS.
  17.  
  18.  a file kinokuniya.njis will be created.
  19.  
  20.  
  21.                              LEGAL
  22.  
  23.  This program is provided "AS IS", with NO warranty at all.
  24.  Use it at your own risk, I'm not liable for whatever damage it can
  25.   produce.
  26.  C source is included (this is not GPL,at least not yet, read the source).
  27.  
  28.  
  29.                           REQUIREMENTS
  30.  
  31.  Should work on ANY Amigah, it is 101% ANSI C and thus is possible to
  32.  recompile it without changes on other systems (this doesn't mean I allow
  33.  to do it), this version is compiled with DiceC 3.16 for the 68k side and
  34.  VBCC 0.7 for PowerPc and WarpOs.
  35.  
  36.  
  37.                             FUTURE
  38.  
  39.  o MorphOs and New Amigas;
  40.  o GUI; (this will spoil the portability anyway)
  41.  o Support for Unicode (but I need proper docs), XC;
  42.  o Make it possible to convert back to ASCII;
  43.  o Any idea?
  44.  
  45.  
  46.                             HISTORY
  47.  
  48.  o 1.0t  First upload to Aminet;
  49.  o 1.0y  It is now possible to use files as input;
  50.          Fixed a couple broken codes;
  51.  o 1.1a  Better error handling;
  52.  o 1.1b  Better indented code, updated docs, minor changes;
  53.  o 1.1c  Changed syntax, suffix automatically created for the output file;
  54.  o 1.1f  Readjusted buffer size, major restyling of the source,
  55.          changed internal handling, updated docs, updated online-help;
  56.  o 1.1i  Fixed error handling, minor changes,
  57.          converts most non-alphabetical characters,
  58.          fixed bug with SJIS: numbers were shifted by one,
  59.          included 3.5 icons;
  60.  o 1.1j  Source code should be more readable and portable, switched to
  61.          #define's;
  62.  o 1.1k  Solved ANSI compliance issue, PowerPC and WarpOs versions added,
  63.          had to change syntax;
  64.  
  65.  
  66.                             AUTHOR
  67.  
  68.  Fabrizio "Lanch" Bartoloni <lanch@caribusiness.it> (valid until december)
  69.                             <lanch@tiscalinet.it>
  70.  
  71.